home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2010 April / PCWorld0410.iso / hity wydania / Ubuntu 9.10 PL / karmelkowy-koliberek-desktop-9.10-i386-PL.iso / casper / filesystem.squashfs / usr / share / doc / libio-string-perl / README < prev   
Text File  |  2005-12-05  |  527b  |  20 lines

  1. IO::String is an IO::File (and IO::Handle) compatible class that read
  2. or write data from in-core strings.  It is really just a
  3. simplification of what I needed from Eryq's IO-stringy modules.  As
  4. such IO::String is a replacement for IO::Scalar.
  5.  
  6. Installation as usual:
  7.  
  8.    perl Makefile.PL
  9.    make
  10.    make test
  11.    make install
  12.  
  13. Documentation is embedded in the module.
  14.  
  15.  
  16. Copyright 1998-2005 Gisle Aas.  <gisle@aas.no>
  17.  
  18. This library is free software; you can redistribute it and/or
  19. modify it under the same terms as Perl itself.
  20.